home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- Text style -->
- <TextStyles>
- </TextStyles>
-
-
- <!-- Named Colours -->
- <NamedColors>
- <NamedColor name="AlreadyScheduledNormal" color="#AA600000"/>
- <NamedColor name="AlreadyScheduledSelected" color="#AAAA0000"/>
- <NamedColor name="AlreadyScheduledSelectedInactive" color="#AA850000"/>
- </NamedColors>
-
- <!-- Placements -->
- <Placements>
- <Placement name="FirstLetter" loc="5.0,18" size="4,4.5" rows="9" offset="5.0" letters="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"/>
- <Placement name="ShowName" loc="10.0,18" size="50,4.5" rows="9" offset="5.0"/>
- <Placement name="AirTime" loc="61,18" size="35,4.5" rows="9" offset="5.0"/>
- <Placement name="SelectedShowDetails" loc="5.5,65"/>
- <Placement name="FreeText" loc="26,10"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
- <!-- selected show details -->
- <CompositeImage name="SelectedShowDetails" size="90,35">
- <DrawText text="@title" visible="@hasNoChannelIcon" loc="0,5" size="100,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
- <DrawText text="@channelAirtime" visible="@hasNoChannelIcon" loc="0,16" size="100,20" textStyle="GeneralTextStyle" align="Left"/>
- <DrawText text="@subtitle" visible="@hasNoChannelIcon" loc="0,26" size="100,20" textStyle="GeneralTextStyle" align="Left"/>
-
- <DrawText text="@title" visible="@hasChannelIcon" loc="11,5" size="88,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
- <DrawText text="@channelAirtime" visible="@hasChannelIcon" loc="11,16" size="88,20" textStyle="GeneralTextStyle" align="Left"/>
- <DrawText text="@subtitle" visible="@hasChannelIcon" loc="11,26" size="88,20" textStyle="GeneralTextStyle" align="Left"/>
-
- <DrawImage filename="@channelIcon" loc="0,4" size="9,20"/>
-
- <DrawText text="@description" loc="0,40" size="100,60" textStyle="GeneralTextStyle" align="Left"/>
- </CompositeImage>
-
- <!-- free text -->
- <CompositeImage name="FreeText" size="60,4.5">
- <DrawCommonImage name="ListViewSelectedItemBackground"/>
- <DrawText text="@freetext" loc="3,0" size="94,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
-
- <!-- First letter -->
- <CompositeImage name="FirstLetterListNormal" size="4,4.5">
- <DrawCommonImage name="ListViewNormalItemBackground"/>
- <DrawText text="@firstLetter" loc="0,0" size="100,100" wrap="false" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="FirstLetterListSelected" size="4,4.5">
- <DrawCommonImage name="ListViewSelectedItemBackground"/>
- <DrawText text="@firstLetter" loc="0,0" size="100,100" wrap="false" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="FirstLetterListSelectedInactive" size="4,4.5">
- <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
- <DrawText text="@firstLetter" loc="0,0" size="100,100" wrap="false" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="FirstLetterListBackground" size="4,4.5">
- <DrawCommonImage name="ListViewNormalItemBackground"/>
- </CompositeImage>
-
- <!-- Show name -->
- <CompositeImage name="ShowNameListNormal" size="50,4.5">
- <DrawCommonImage name="ListViewNormalItemBackground"/>
- <DrawText text="@showName" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="ShowNameListSelected" size="50,4.5">
- <DrawCommonImage name="ListViewSelectedItemBackground"/>
- <DrawText text="@showName" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="ShowNameListSelectedInactive" size="50,4.5">
- <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
- <DrawText text="@showName" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <!-- Air times -->
- <CompositeImage name="AirTimeListNormal" size="35,4.5">
- <DrawCommonImage name="ListViewNormalItemBackground"/>
- <DrawRoundedRect loc="0.5,0.5" size="99,98" visible="@alreadyScheduled" fillColor="AlreadyScheduledNormal" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawText text="@airDate" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="AirTimeListSelected" size="35,4.5">
- <DrawCommonImage name="ListViewSelectedItemBackground"/>
- <DrawRoundedRect loc="0.5,0.5" size="99,98" visible="@alreadyScheduled" fillColor="AlreadyScheduledSelected" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawText text="@airDate" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="AirTimeListSelectedInactive" size="35,4.5">
- <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
- <DrawRoundedRect loc="0.5,0.5" size="99,98" visible="@alreadyScheduled" fillColor="AlreadyScheduledSelectedInactive" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawText text="@airDate" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
- </CompositeImages>
- </settings>